[HVM] Save/restore: remove u8 from publich header
authorTim Deegan <Tim.Deegan@xensource.com>
Thu, 15 Feb 2007 14:58:43 +0000 (14:58 +0000)
committerTim Deegan <Tim.Deegan@xensource.com>
Thu, 15 Feb 2007 14:58:43 +0000 (14:58 +0000)
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
xen/include/public/hvm/save.h

index c6a856a55866e902c99ff9e5d03b5b67c9883c2b..9daabc432192b3508fe360e17c5d017ceb38d68f 100644 (file)
@@ -306,7 +306,7 @@ struct hvm_hw_pci_link {
      * the traditional 'barber's pole' mapping ((device + INTx#) & 3).
      * The router provides a programmable mapping from each link to a GSI.
      */
-    u8 route[4];
+    uint8_t route[4];
 };
 
 DECLARE_HVM_SAVE_TYPE(PCI_LINK, 9, struct hvm_hw_pci_link);